aboutsummaryrefslogtreecommitdiffstats
path: root/.xonshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-06-18 22:22:16 +0000
committerterminaldweller <thabogre@gmail.com>2021-06-18 22:22:16 +0000
commitb1b8fb265ad4c46b458e03240ab3c942ae474d63 (patch)
tree6d221038391b44cd5a50ca5a0282233a3f106a76 /.xonshrc
parenttoo much to talk about... (diff)
downloadscripts-b1b8fb265ad4c46b458e03240ab3c942ae474d63.tar.gz
scripts-b1b8fb265ad4c46b458e03240ab3c942ae474d63.zip
so many things
Diffstat (limited to '.xonshrc')
-rw-r--r--.xonshrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.xonshrc b/.xonshrc
new file mode 100644
index 0000000..e559fe1
--- /dev/null
+++ b/.xonshrc
@@ -0,0 +1,13 @@
+
+$XONSH_COLOR_STYLE='paraiso-dark'
+aliases[".."]="cd .."
+aliases["..."]="cd ../.."
+aliases["...."]="cd ../../.."
+aliases["....."]="cd ../../../.."
+aliases["......"]="cd ../../../../.."
+aliases["la"]="ls -A"
+aliases["ll"]="ls -lA"
+aliases["lss"]="ls -sSA"
+aliases["clip.exe"]="/mnt/c/Windows/System32/clip.exe"
+
+$VI_MODE=True