diff options
author | terminaldweller <thabogre@gmail.com> | 2021-06-05 21:31:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-06-05 21:31:14 +0000 |
commit | acf6683d531ca50c97e4f553faad7a8bfb86ed0e (patch) | |
tree | aa452b333e7f1e7c05b9d884e5dc4ffcdb41d3cb /.zshrc | |
parent | fixed the w3m script problems. now using exa. some other small stuff (diff) | |
download | scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.tar.gz scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.zip |
too much to talk about...
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -126,6 +126,10 @@ alias w3mlastsession="~/.w3m/bin/w3mlastsession" alias lsdrc="vim ~/scripts/.config/lsd/config.yaml" alias fixlsdrc="cp ~/scripts/.config/lsd/config.yaml ~/.config/lsd/config.yaml" alias vagrant="PATH=$PATH:/mnt/c/Windows/System32:/mnt/c/Windows/System32/WindowsPowerShell/v1.0 vagrant" +alias cygwin="/mnt/d/home/apps/cygwin/bin/bash.exe -l -i" +alias farmanager="/mnt/c/Program\ Files/Far\ Manager/Far.exe" +alias wincmd="/mnt/c/Windows/System32/runas.exe /profile /user:administrator cmd.exe" +alias vms="ssh 185.126.202.69 -l ubuntu -p 1022" #autosuggest ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold" |