diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | ranger/.config/ranger/bookmarks | 2 | ||||
| -rw-r--r-- | ranger/.config/ranger/history | 50 | ||||
| -rw-r--r-- | zsh/.zshrc | 2 |
4 files changed, 5 insertions, 52 deletions
@@ -4,6 +4,9 @@ pid zsh/.oh-my-zsh zsh/.zsh_history vifm/.config/vifm/vifminfo +ranger/.config/ranger/history +ranger/.config/ranger/bookmarks dwm/dwm/.git *.o vim/.vim/plugged/ +tmux/.config/tmux/resurrect/*.txt diff --git a/ranger/.config/ranger/bookmarks b/ranger/.config/ranger/bookmarks deleted file mode 100644 index 0cb458f..0000000 --- a/ranger/.config/ranger/bookmarks +++ /dev/null @@ -1,2 +0,0 @@ -':/home/kdam0/dotfiles/zsh -u:/home/kdam0/.config diff --git a/ranger/.config/ranger/history b/ranger/.config/ranger/history deleted file mode 100644 index 6bf5462..0000000 --- a/ranger/.config/ranger/history +++ /dev/null @@ -1,50 +0,0 @@ -open_with j -open_with wireshark -rename q1_1.eps -rename q1_2.eps -rename q2_1.eps -open_with vim -rename packetsize_all.png -mkdir perpacket -shell vim duration_all.csv -mkdir -rename duration_udp.csv -shell vim duration_tcp.csv -shell vim duration_other.csv -mkdir perflow -shell convert -flatten flowdur_all.png flowdur_all.png -rename packetdata.csv -rename parser_mod1.py -rename get_tcp_states.py -search home -k -open_with zathura -search zathura -search what -search weather -search screen -shell vim appsused -search his -search R -mkdir Dropbox -p -search polybar -search i3 -mkdir tut -mkdir t1 -delete -open_with -mkdir worksheets -mkdir assignment -rename assignments -rename lectures -mkdir a1 -search tmux -image -search -search ranger -filter_stack add mime nt -search mnt -search config -search sxhkd -search git @@ -137,4 +137,6 @@ alias cfp="vim ~/.config/polybar/mybar" alias cfs="vim ~/.config/sxhkd/sxhkdrc" alias cfsb="vim ~/.config/sxhkd/sxhkdrc_bspwm" alias cfB="vim ~/.config/bspwm/bspwmrc" +alias cfz="vim ~/.zshrc" +alias auto="ssh kdamani@10.65.17.184" |
