terminal is now xiate
This commit is contained in:
parent
ba39e3f3be
commit
99bda4ba71
5 changed files with 28 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
set -U -x EDITOR vim
|
||||
set -U -x MPD_HOST 172.19.138.20
|
||||
set -U fish_features stderr-nocaret qmark-noglob
|
||||
set PATH /home/kunsi/.local/bin /home/kunsi/.gem/ruby/2.6.0/bin/ $PATH
|
||||
set PATH $PATH /home/kunsi/.local/bin /home/kunsi/.gem/ruby/2.6.0/bin/ /home/kunsi/.bin
|
||||
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
alias weechat='mosh htz.ex42-1048908 -- tmux attach-session -d -t weechat-tmux'
|
||||
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
|
||||
alias share-via-ssh='/home/kunsi/git/share-via-ssh/share-via-ssh'
|
||||
|
@ -36,3 +35,11 @@ end
|
|||
function fish_command_not_found
|
||||
__fish_default_command_not_found_handler $argv[1]
|
||||
end
|
||||
|
||||
function fish_title
|
||||
echo (status current-command)
|
||||
end
|
||||
|
||||
function config --wraps=/usr/bin/git
|
||||
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $argv;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue