diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-19 13:54:58 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-19 13:54:58 -0500 |
| commit | 0ed8d05c3a0c8859a528344e7a2bdf0b7521c98b (patch) | |
| tree | 2aabf30ca331ee5b34d219984b8207fb2eeea12c /.profile | |
| parent | ab1c56384d52e87079810f307431460234e11956 (diff) | |
| download | eibhear-0ed8d05c3a0c8859a528344e7a2bdf0b7521c98b.tar.gz eibhear-0ed8d05c3a0c8859a528344e7a2bdf0b7521c98b.tar.zst eibhear-0ed8d05c3a0c8859a528344e7a2bdf0b7521c98b.zip | |
shortcuts location changed in prof
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')"; a="${a%_}" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"; a="${a%_}" export LESS_TERMCAP_ue="$(printf '%b' '[0m')"; a="${a%_}" -[ ! -f ~/.shortcuts ] && shortcuts >/dev/null 2>&1 +[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc" |
