about summary refs log tree commit diff stats
path: root/bash/aliases.bash
diff options
context:
space:
mode:
authorCase Duckworth2023-04-16 17:06:22 -0500
committerCase Duckworth2023-04-16 17:06:22 -0500
commit3b177d8c95f70db8e27fd046711f480e81ea3fa7 (patch)
tree078459e4b3ae19c9978a12ea24ade3d336f2345a /bash/aliases.bash
parentAdd a bunch of stuff (diff)
downloadetc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.tar.gz
etc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.zip
uhhhh
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'