diff options
-rwxr-xr-x | shells.org | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,6 @@ #+STARTUP: overview * Aliases #+begin_src bash :tangle ~/.shells/alias.sh - alias ll='ls -l' alias grep='grep --color=auto' alias anki='QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox" anki' @@ -30,7 +29,7 @@ # weather alias weather="curl wttr.in" - alias ls='ls -la --color' + alias ls='ls -la' alias sb='sudo systemctl start bluetooth' alias mykeys='setxkbmap -option caps:escape' alias logout='pkill -U $USER' @@ -54,7 +53,6 @@ #+begin_src shell :tangle ~/.shells/exports.sh # Export 'SHELL' to child processes. Programs such as 'screen' # honor it and otherwise use /bin/sh. - path+=('~/node_modules/.bin') export SHELL export PATH |