From cf69484245fa915dff7c76d22e600c926ca43200 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Sun, 28 Apr 2013 12:25:50 +0100 Subject: Fixed git prompt and changed aliases --- config.fish | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config.fish') diff --git a/config.fish b/config.fish index 9405af8..aa1b513 100644 --- a/config.fish +++ b/config.fish @@ -1,9 +1,11 @@ alias she='ssh njel500@milan.cs.york.ac.uk' alias sft='sftp njel500@milan.cs.york.ac.uk' alias shx='ssh -YC njel500@milan.cs.york.ac.uk' -alias pcorr='chmod -R a+rX,u+w .' -alias 4574='ssh nathan@4574.co.uk' -set -x PATH /home/nathan/bin $PATH /opt/android-sdk-linux_x86/platform-tools/ +alias what='ps -ef' +alias when='uptime' + +set -x PATH /home/nathan/bin $PATH /opt/adk/platform-tools set -x EDITOR vim set -x CDPATH '.' +set -x STEAM_FRAME_FORCE_CLOSE 1 -- cgit v1.2.1