Fixes some errors since moving xdg_data_home

This commit is contained in:
2024-04-05 13:02:06 -04:00
parent 6158763985
commit 6599d90e39
2 changed files with 3 additions and 3 deletions

View File

@@ -174,8 +174,8 @@ alias pgc='pass get --clip' # get an attribute of a password file an
alias reload='exec zsh -l' # reload the shell, useful when making changes.
alias t='tmux' # access tmux quickly
alias tka='tmux kill-server' # kill tmux server and all sessions.
alias ts='~/.local/scripts/tmux-sessionator' # create new tmux session, fuzzy finding common locations.
alias tss='~/.local/scripts/tmux-sessionator --choose' # attach to an existing tmux session.
alias ts='$SCRIPTS/tmux-sessionator' # create new tmux session, fuzzy finding common locations.
alias tss='$SCRIPTS/tmux-sessionator --choose' # attach to an existing tmux session.
alias tls='tmux list-sessions' # list tmux sessions
alias temp='cd $(mktemp -d)' # create a temporary directory and move into it.
alias vi='nvim' # set vi to open neovim