about summary refs log tree commit diff stats
path: root/bash/aliases.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/aliases.bash')
-rw-r--r--bash/aliases.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/aliases.bash b/bash/aliases.bash index 0132d33..6515873 100644 --- a/bash/aliases.bash +++ b/bash/aliases.bash
@@ -20,7 +20,7 @@ alias ll='ls -l'
20alias tree='tree -F' 20alias tree='tree -F'
21 21
22# make locally 22# make locally
23alias lake='make PREFIX=$LOCAL_PATH ' 23alias lake='make PREFIX=$LOCAL_PREFIX '
24 24
25# bash meta 25# bash meta
26alias rebash='source ~/.bash_profile' 26alias rebash='source ~/.bash_profile'