diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-03-27 18:44:59 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-03-27 18:44:59 +0100 |
commit | cf14dfc8ef7801801036ee09b38aacfa630012c4 (patch) | |
tree | caf852ae8d477199c0eecfa68228fe8beab268b1 /Shell/fish | |
parent | ab7dba8a59115a10ade4f35d83305aff366bc827 (diff) | |
download | dotfiles-cf14dfc8ef7801801036ee09b38aacfa630012c4.tar.gz dotfiles-cf14dfc8ef7801801036ee09b38aacfa630012c4.tar.bz2 dotfiles-cf14dfc8ef7801801036ee09b38aacfa630012c4.zip |
updates
Diffstat (limited to 'Shell/fish')
-rw-r--r-- | Shell/fish/aliases | 4 | ||||
-rw-r--r-- | Shell/fish/config.fish | 5 | ||||
-rw-r--r-- | Shell/fish/fishd.airon | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/Shell/fish/aliases b/Shell/fish/aliases index 1e8b28e..cdf8681 100644 --- a/Shell/fish/aliases +++ b/Shell/fish/aliases @@ -65,7 +65,7 @@ function iso; dd if=/dev/cdrom of=~/cdrom_image.iso; end function tglxspheres; vblank_mode=0 optirun -vv /opt/VirtualGL/bin/glxspheres64; end function pglxspheres; vblank_mode=0 primusrun /opt/VirtualGL/bin/glxspheres64; end function httpserve; python -m SimpleHTTPServer; end -function pi; ping google.com; end +function pi; ping -4 google.com; end function pl; ping 8.8.8.8; end function def; sdcv; end @@ -95,7 +95,7 @@ function ftpumount; umount /home/vasko/ftp; end function vimrc; vim ~/.vimrc; end function uzblrc; vim ~/.config/uzbl/config; end -function aliases; vim ~/.bash_aliases; end +function aliases; vim ~/.config/fish/aliases; end function solarize; ~/.solarized/solarize; end function rat; vim ~/.tools/ratpoisonrc.conf; end function sx; vim ~/.config/sxhkd/sxhkdrc; end diff --git a/Shell/fish/config.fish b/Shell/fish/config.fish index e60e419..555c09f 100644 --- a/Shell/fish/config.fish +++ b/Shell/fish/config.fish @@ -1,7 +1,4 @@ -#source ~/.bash_aliases source ~/.config/fish/aliases source ~/.config/fish/fish_prompt.fish set PATH ~/bin $PATH -#set EDITOR vim - -#archey3 +set -Ux EDITOR vim diff --git a/Shell/fish/fishd.airon b/Shell/fish/fishd.airon index 780a047..673c20e 100644 --- a/Shell/fish/fishd.airon +++ b/Shell/fish/fishd.airon @@ -1,5 +1,6 @@ # This file is automatically generated by the fish. # Do NOT edit it directly, your changes will be overwritten. +SET_EXPORT EDITOR:vim SET __fish_classic_git_prompt_initialized:\x1d SET __fish_init_1_50_0:\x1d SET fish_color_autosuggestion:969896 |