From 8c81519a064425c5b9a26db4ca336d416184515d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 10 May 2023 08:53:05 +0300 Subject: shells: Remove --color from ls alias and node_modules path Remove --color from ~ls~ because it messes up eshell colors. --- shells.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shells.org') diff --git a/shells.org b/shells.org index 7acad49..88707b5 100755 --- a/shells.org +++ b/shells.org @@ -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 -- cgit v1.2.3