refactor
This commit is contained in:
5
.config/zsh/zsh_functions
Normal file
5
.config/zsh/zsh_functions
Normal file
@@ -0,0 +1,5 @@
|
||||
# ~ Move files to trash folder instead ~ #
|
||||
del () { mv "$@" $HOME/.local/share/trash/files/.; }
|
||||
|
||||
# Make directory and CD into it.
|
||||
mk () { mkdir -p -- "$1" && cd -P -- "$1" }
|
||||
Reference in New Issue
Block a user