Change directories to lower case
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4645e18f64
commit
ee60d3cb64
9 changed files with 57 additions and 43 deletions
|
@ -26,14 +26,10 @@ alias grep="rg -n"
|
|||
# Alias for using bat as cat replacement
|
||||
alias cat="bat"
|
||||
|
||||
# Alias to get to my Projects folder
|
||||
alias pj="cd ~/Projects"
|
||||
|
||||
# Alias to get to my Downloads folder
|
||||
alias dl="cd ~/Downloads"
|
||||
|
||||
# Alias to get to my Documents folder
|
||||
alias doc="cd ~/Documents"
|
||||
# Aliases to folders
|
||||
alias pj="cd ~/projects"
|
||||
alias dl="cd ~/downloads"
|
||||
alias doc="cd ~/documents"
|
||||
|
||||
# Alias for opening my code editor
|
||||
alias e="code"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue