diff options
| -rw-r--r-- | ranger/.config/ranger/bookmarks | 2 | ||||
| -rw-r--r-- | ranger/.config/ranger/history | 2 | ||||
| -rw-r--r-- | zsh/.zshrc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ranger/.config/ranger/bookmarks b/ranger/.config/ranger/bookmarks index 16b52cd..0cb458f 100644 --- a/ranger/.config/ranger/bookmarks +++ b/ranger/.config/ranger/bookmarks @@ -1,2 +1,2 @@ -':/home/kdam0 +':/home/kdam0/dotfiles/zsh u:/home/kdam0/.config diff --git a/ranger/.config/ranger/history b/ranger/.config/ranger/history index 73ca059..6bf5462 100644 --- a/ranger/.config/ranger/history +++ b/ranger/.config/ranger/history @@ -1,4 +1,3 @@ -open_with gimp open_with j open_with wireshark rename q1_1.eps @@ -48,3 +47,4 @@ filter_stack add mime nt search mnt search config search sxhkd +search git @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. - export ZSH="/home/kdam0/.oh-my-zsh" +export ZSH="/home/$USER/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, |
