aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-06-05 21:31:14 +0000
committerterminaldweller <thabogre@gmail.com>2021-06-05 21:31:14 +0000
commitacf6683d531ca50c97e4f553faad7a8bfb86ed0e (patch)
treeaa452b333e7f1e7c05b9d884e5dc4ffcdb41d3cb /.zshrc
parentfixed the w3m script problems. now using exa. some other small stuff (diff)
downloadscripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.tar.gz
scripts-acf6683d531ca50c97e4f553faad7a8bfb86ed0e.zip
too much to talk about...
Diffstat (limited to '')
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 193ff91..0ab5f1c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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"