diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-04-28 14:36:31 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-04-28 14:36:31 +0200 |
commit | 82e7ae32867c9f46576d99fdc78bc0185410fe47 (patch) | |
tree | fd8764e91741f90967801e0e254aafeeb847d031 /Common/zshrc | |
parent | 045c955f835fdb11983117ca6e27aa4543de4109 (diff) | |
download | dotfiles-82e7ae32867c9f46576d99fdc78bc0185410fe47.tar.gz dotfiles-82e7ae32867c9f46576d99fdc78bc0185410fe47.zip |
Do some mods and add i3 things
Diffstat (limited to 'Common/zshrc')
-rw-r--r-- | Common/zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Common/zshrc b/Common/zshrc index 7f8b902..523de78 100644 --- a/Common/zshrc +++ b/Common/zshrc @@ -41,12 +41,17 @@ source $ZSH/oh-my-zsh.sh export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 +# Set vim as default editor +# export EDITOR=$(which vim) + # Add aliases alias lsp="ps -ax | grep" alias lsa="ls -la" alias lsg="ls | grep" alias lsag="ls -la | grep" alias ls="tput setaf 3 && echo \"'lsa' for 'ls -la', \n'lsg' for 'ls | grep',\n'lsag' for 'ls -la | grep',\n'lsp' for 'ps -ax |grep'\" && tput sgr0 && ls" +alias notes="vim ~/Documents/notes.txt" +alias todo="vim ~/Documents/todo.txt" # man pages in colors man() { |