Minor changes to tmux key bindings and names; minor clean-up
This commit is contained in:
@@ -14,7 +14,7 @@ alias cls='clear;ls'
|
||||
# shortcuts for executables
|
||||
alias nv='nvim'
|
||||
alias n='nvim'
|
||||
alias tms='tmux-sessionizer'
|
||||
alias tms='tmux-session-init'
|
||||
|
||||
# executable name overrides
|
||||
alias ls='ls -F'
|
||||
@@ -27,6 +27,7 @@ alias ppw='ping -c 2 pinewoods.xyz'
|
||||
alias weather='curl wttr.in'
|
||||
alias shrug='echo "¯\\_(ツ)_/¯"'
|
||||
alias journal="cd $DIR_HOME_BOX; $EDITOR .current-journal"
|
||||
alias ncspotkeys="$EDITOR $DIR_GIT_PROJECTS/other/ncspot/doc/users.md"
|
||||
|
||||
# source extensions and system-specific files
|
||||
[[ -e "$HOME/.profile" ]] && source "$HOME/.profile" # TODO: do i want to source .profile?
|
||||
|
Reference in New Issue
Block a user