fixed dircolors

This commit is contained in:
2019-07-04 11:54:05 +02:00
parent 1a56c765b4
commit 2a8e4d2e97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# You may uncomment the following lines if you want `ls' to be colorized: # You may uncomment the following lines if you want `ls' to be colorized:
export LS_OPTIONS='--color=always' export LS_OPTIONS='--color=always'
/* eval "`dircolors ~/.bash/dircolors`" */ /* eval "`dircolors ~/.dotfiles-server/.dircolors`" */
alias ls='ls $LS_OPTIONS -lsh' alias ls='ls $LS_OPTIONS -lsh'
alias la='ls $LS_OPTIONS -lsah' alias la='ls $LS_OPTIONS -lsah'
alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e alias lr='ls -R | grep ":$" | sed -e '\''s/:$//'\'' -e
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# You may uncomment the following lines if you want `ls' to be colorized: # You may uncomment the following lines if you want `ls' to be colorized:
# export LS_OPTIONS='--color=auto' # export LS_OPTIONS='--color=auto'
eval "`dircolors ~/.dotfiles-server/dircolors`" eval "`dircolors ~/.dotfiles-server/.dircolors`"
# alias ls='ls $LS_OPTIONS' # alias ls='ls $LS_OPTIONS'
# alias ll='ls $LS_OPTIONS -l' # alias ll='ls $LS_OPTIONS -l'
# alias l='ls $LS_OPTIONS -lA' # alias l='ls $LS_OPTIONS -lA'