summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-06 12:50:29 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-06 12:50:29 -0500
commitd7dc154e9cb11c29a00950b1e5f089e4b3a0028e (patch)
tree0890f1d92e867bc9eee3671d3f33af4971e65f60
parent7e63e40b3a47e3f77575ec0e96532855e394dfab (diff)
downloadeibhear-d7dc154e9cb11c29a00950b1e5f089e4b3a0028e.tar.gz
eibhear-d7dc154e9cb11c29a00950b1e5f089e4b3a0028e.tar.zst
eibhear-d7dc154e9cb11c29a00950b1e5f089e4b3a0028e.zip
shortcut fixes
-rw-r--r--.key_directories1
-rw-r--r--.profile2
2 files changed, 1 insertions, 2 deletions
diff --git a/.key_directories b/.key_directories
index 03b3a8f..3f5c73f 100644
--- a/.key_directories
+++ b/.key_directories
@@ -9,4 +9,3 @@ cf ~/.config
sc ~/.scripts
mn /mnt
e /etc
-/ /
diff --git a/.profile b/.profile
index 2c0c9e8..7a1c1df 100644
--- a/.profile
+++ b/.profile
@@ -11,7 +11,7 @@ export READER="zathura"
export BIB="$HOME/Documents/LaTeX/uni.bib"
export REFER="$HOME/.referbib"
-[ -f ~/.scripts/shortcuts.sh ] && ~/.scripts/shortcuts.sh
+[ ! -f ~/.shortcuts ] && shortcuts 2>/dev/null
[ -f ~/.bashrc ] && source ~/.bashrc