updated aliases

This commit is contained in:
Pratik Tripathy
2020-10-22 00:45:57 +05:30
parent 13bee26106
commit cc752d2551
2 changed files with 3 additions and 3 deletions

View File

@@ -31,8 +31,8 @@ alias ..4='cd ../../../../' # Go back 4 directory levels
alias ..5='cd ../../../../../' # Go back 5 directory levels
alias ..6='cd ../../../../../../' # Go back 6 directory levels
alias lsc='ls --color=auto'
alias ll='lsc -alF'
alias la='lsc -A'
alias ll='lsc -alhF'
alias la='lsc -Ah'
alias l='lsc -CF'
alias lsa="lsc -lAFhZ"
alias mkdir="mkdir -pv"

View File

@@ -181,6 +181,6 @@
"*": "Visual Studio Dark",
"markdown": "Community Material Theme Darker High Contrast"
},
"workbench.colorTheme": "Visual Studio Dark"
"workbench.colorTheme": "Community Material Theme Darker High Contrast"
//
}