You've already forked dotfiles
feat: Cleaning up the tmux config, cleanup of zsh aliases and moving
some functions to aliases
This commit is contained in:
@@ -12,18 +12,10 @@ function timezsh() {
|
||||
|
||||
# Custom rsync move function that also removes empty directories that have their contents removed
|
||||
# NOTE: This will delete *any* empty directories in the CWD
|
||||
function rmv() {
|
||||
rsync -avzhP --remove-source-files --ignore-existing "${@:1:$#-1}" "${@:$#}" && \
|
||||
find ./* -depth -type d -empty -exec rmdir "{}" \;
|
||||
}
|
||||
|
||||
function note() {
|
||||
nvim -c ":Telekasten new_note"
|
||||
}
|
||||
|
||||
function today() {
|
||||
nvim -c ":Telekasten goto_today"
|
||||
}
|
||||
# function rmv() {
|
||||
# rsync -avzhP --remove-source-files --ignore-existing "${@:1:$#-1}" "${@:$#}" && \
|
||||
# find ./* -depth -type d -empty -exec rmdir "{}" \;
|
||||
# }
|
||||
|
||||
function path() {
|
||||
echo -e ${PATH//:/\\n}
|
||||
|
||||
Reference in New Issue
Block a user