diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/fish/aliases | 5 | ||||
-rw-r--r-- | Shell/fish/functions/fish_greeting.fish | 2 | ||||
-rw-r--r-- | Shell/zshrc | 8 |
3 files changed, 11 insertions, 4 deletions
diff --git a/Shell/fish/aliases b/Shell/fish/aliases index cdf8681..29ac784 100644 --- a/Shell/fish/aliases +++ b/Shell/fish/aliases @@ -4,6 +4,9 @@ #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime # awesome perl echo 'one two three'| perl -lne 'print $1 if /one(.*)three/' + +function yt; mpsyt;end + # SDR function sdr; gqrx-alsa; end # Disable mouse @@ -20,7 +23,7 @@ function swedish; vim ~/Sync/Notes/Swedish/swedish.txt; end function zombify; sudo -u dork /home/vasko/dorknet/dork zombify; end function irc; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 55022 vasko@skozl.com; end -function vps; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@108.61.173.91; end +function vps; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@skozl.com; end function sourcel; source ~/.bash_aliases; end function ,.; fc -e -; end function cd..; cd ..; end diff --git a/Shell/fish/functions/fish_greeting.fish b/Shell/fish/functions/fish_greeting.fish index 5ff1d4a..e755d2a 100644 --- a/Shell/fish/functions/fish_greeting.fish +++ b/Shell/fish/functions/fish_greeting.fish @@ -1,3 +1,3 @@ function fish_greeting - archey3; +# archey3; end diff --git a/Shell/zshrc b/Shell/zshrc index 455185b..473415a 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -4,7 +4,7 @@ HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory autocd extendedglob correct unsetopt beep -bindkey -v +#bindkey -v zstyle ':completion:*' menu select #zstyle ':completion:*' format '%BCompleting %d%b' # End of lines configured by zsh-newuser-install @@ -32,7 +32,11 @@ PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ " RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]" +#Enable highlightling like fish +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + #fortune -s | cowsay -f $(ls /usr/share/cows/ | shuf -n1) -archey3 +#archey3 |